Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nursery_cancel doesn't seem to create cyclic garbage on 3.12 anymore #2829

Merged
merged 3 commits into from
Oct 24, 2023

Conversation

jakkdl
Copy link
Member

@jakkdl jakkdl commented Oct 23, 2023

At least if I'm reading pytest output correctly.

Fixes #2646 and presumably python/cpython#100964 can be closed as well.

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #2829 (6d2ed65) into master (5620d17) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2829      +/-   ##
==========================================
- Coverage   99.16%   99.16%   -0.01%     
==========================================
  Files         115      115              
  Lines       17483    17482       -1     
  Branches     3115     3113       -2     
==========================================
- Hits        17337    17336       -1     
  Misses        101      101              
  Partials       45       45              
Files Coverage Δ
trio/_core/_tests/test_run.py 100.00% <ø> (ø)

@A5rocks A5rocks enabled auto-merge (squash) October 24, 2023 06:34
@A5rocks A5rocks merged commit 0858bef into python-trio:master Oct 24, 2023
29 of 30 checks passed
@A5rocks
Copy link
Contributor

A5rocks commented Oct 24, 2023

FYI I did some bisecting and this turns out not to be due to an upstream change but instead due to a3d9d25 being merged in.

@jakkdl jakkdl deleted the cyclic_garbage_312 branch October 25, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Python 3.12 errors
3 participants